pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-build-container-pod | init container: prepare 2025/12/19 14:12:50 Entrypoint initialization pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-build-container-pod | init container: place-scripts 2025/12/19 14:12:51 Decoded script /tekton/scripts/script-0-2hk4v 2025/12/19 14:12:51 Decoded script /tekton/scripts/script-1-g2z2f 2025/12/19 14:12:51 Decoded script /tekton/scripts/script-2-nbjx7 2025/12/19 14:12:51 Decoded script /tekton/scripts/script-3-rjsl6 2025/12/19 14:12:51 Decoded script /tekton/scripts/script-4-rfmb7 pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-build-container-pod | init container: working-dir-initializer pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-build-container-pod | container step-build: [2025-12-19T14:12:56,454407595+00:00] Validate context path [2025-12-19T14:12:56,458340374+00:00] Update CA trust [2025-12-19T14:12:56,459547446+00:00] Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2025-12-19T14:12:58,757032358+00:00] Prepare Dockerfile Checking if /var/workdir/cachi2/output/bom.json exists. Could not find prefetched sbom. No content_sets found for ICM [2025-12-19T14:12:58,765370793+00:00] Prepare system (architecture: x86_64) [2025-12-19T14:12:58,886785880+00:00] Setup prefetched Trying to pull quay.io/jitesoft/nginx:latest... Getting image source signatures Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 Copying blob sha256:91137199d2d3038e3d089f2b3eec98443e7838e63df8c25895d61043489a42f3 Copying blob sha256:b91d5e89f13faeb4092784d3f7c0ee8d97a4551a1b994a5abfa32fe1aa766251 Copying blob sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b Copying config sha256:e24dabc8eb375e0b081983c3d496693b7fc65a5d9d9cffdd08e6a4c5bec5b7a2 Writing manifest to image destination [2025-12-19T14:13:01,708835613+00:00] Unsetting proxy { "com.jitesoft.app.alpine.version": "3.22.2", "com.jitesoft.app.nginx.version": "1.29.4", "com.jitesoft.build.arch": "amd64", "com.jitesoft.build.platform": "linux/amd64", "com.jitesoft.project.registry.uri": "registry.gitlab.com/jitesoft/dockerfiles/nginx", "com.jitesoft.project.repo.issues": "https://gitlab.com/jitesoft/dockerfiles/nginx/issues", "com.jitesoft.project.repo.type": "git", "com.jitesoft.project.repo.uri": "https://gitlab.com/jitesoft/dockerfiles/nginx", "io.artifacthub.package.alternative-locations": "oci://index.docker.io/jitesoft/nginx,oci://ghcr.io/jitesoft/nginx,oci://registry.gitlab.com/jitesoft/dockerfiles/nginx", "io.artifacthub.package.logo-url": "https://jitesoft.com/favicon-96x96.png", "io.artifacthub.package.readme-url": "https://gitlab.com/jitesoft/dockerfiles/nginx/-/raw/master/README.md", "maintainer": "Johannes Tegnér ", "maintainer.org": "Jitesoft", "maintainer.org.uri": "https://jitesoft.com", "org.opencontainers.image.created": "2025-12-19T14:12:58Z", "org.opencontainers.image.description": "Nginx on Alpine linux", "org.opencontainers.image.source": "https://github.com/redhat-appstudio-qe/devfile-sample-hello-world", "org.opencontainers.image.vendor": "Jitesoft", "org.opencontainers.image.version": "1.29.4", "architecture": "x86_64", "vcs-type": "git", "vcs-ref": "0317101db63362f55647b2881b58e9d536a72c8d", "org.opencontainers.image.revision": "0317101db63362f55647b2881b58e9d536a72c8d", "build-date": "2025-12-19T14:12:58Z", "io.buildah.version": "1.41.4", "konflux.additional-tags": "test-tag1, test-tag2" } [2025-12-19T14:13:01,753433081+00:00] Register sub-man Adding the entitlement to the build [2025-12-19T14:13:01,757069234+00:00] Add secrets [2025-12-19T14:13:01,773421214+00:00] Run buildah build [2025-12-19T14:13:01,774642925+00:00] buildah build --volume /tmp/entitlement:/etc/pki/entitlement --security-opt=unmask=/proc/interrupts --label architecture=x86_64 --label vcs-type=git --label vcs-ref=0317101db63362f55647b2881b58e9d536a72c8d --label org.opencontainers.image.revision=0317101db63362f55647b2881b58e9d536a72c8d --label org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/devfile-sample-hello-world --label build-date=2025-12-19T14:12:58Z --label org.opencontainers.image.created=2025-12-19T14:12:58Z --annotation org.opencontainers.image.revision=0317101db63362f55647b2881b58e9d536a72c8d --annotation org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/devfile-sample-hello-world --annotation org.opencontainers.image.created=2025-12-19T14:12:58Z --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.cbfhI6 -t quay.io/redhat-appstudio-qe/build-e2e-uhxj/gh-test-custom-branch-jxrugn:0317101db63362f55647b2881b58e9d536a72c8d . STEP 1/6: FROM quay.io/jitesoft/nginx:latest STEP 2/6: ENV PORT="8080" STEP 3/6: LABEL konflux.additional-tags="test-tag1, test-tag2" STEP 4/6: COPY labels.json /usr/share/buildinfo/labels.json STEP 5/6: COPY labels.json /root/buildinfo/labels.json STEP 6/6: LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="0317101db63362f55647b2881b58e9d536a72c8d" "org.opencontainers.image.revision"="0317101db63362f55647b2881b58e9d536a72c8d" "org.opencontainers.image.source"="https://github.com/redhat-appstudio-qe/devfile-sample-hello-world" "build-date"="2025-12-19T14:12:58Z" "org.opencontainers.image.created"="2025-12-19T14:12:58Z" COMMIT quay.io/redhat-appstudio-qe/build-e2e-uhxj/gh-test-custom-branch-jxrugn:0317101db63362f55647b2881b58e9d536a72c8d time="2025-12-19T14:13:02Z" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format" --> 15b07500dabc Successfully tagged quay.io/redhat-appstudio-qe/build-e2e-uhxj/gh-test-custom-branch-jxrugn:0317101db63362f55647b2881b58e9d536a72c8d 15b07500dabcc96da4be55511550e5b62fac8df1a7a725129a16ee663656b2d5 [2025-12-19T14:13:03,130017940+00:00] Unsetting proxy [2025-12-19T14:13:03,131384660+00:00] Add metadata Recording base image digests used quay.io/jitesoft/nginx:latest quay.io/jitesoft/nginx:latest@sha256:55e0a6080d67575d30ce5a0205d9ac61e98c10422c5f834b486c239912d154aa Getting image source signatures Copying blob sha256:b2ff3996468bb226576dd7a6dc079d46e5d9f753bea0475772571582a0e6766c Copying blob sha256:683da8936dc2e3176f2b8fc355341c803e903d0d4eebb4ced7291814ee0cb737 Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef Copying blob sha256:256f393e029fa2063d8c93720da36a74a032bed3355a2bc3e313ad12f8bde9d1 Copying blob sha256:f8e7ccd03afcc9d0564cf87f00b053027fa490a67b32d7088092f33362e5c501 Copying config sha256:15b07500dabcc96da4be55511550e5b62fac8df1a7a725129a16ee663656b2d5 Writing manifest to image destination [2025-12-19T14:13:03,563065801+00:00] End build pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-build-container-pod | container step-push: [2025-12-19T14:13:03,626613667+00:00] Update CA trust INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2025-12-19T14:13:05,960680965+00:00] Convert image [2025-12-19T14:13:05,961860241+00:00] Push image with unique tag Pushing to quay.io/redhat-appstudio-qe/build-e2e-uhxj/gh-test-custom-branch-jxrugn:gh-test-custom-branch-jxrugn-on-push-r2zmq-build-container Executing: buildah push --format=docker --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/build-e2e-uhxj/gh-test-custom-branch-jxrugn:0317101db63362f55647b2881b58e9d536a72c8d docker://quay.io/redhat-appstudio-qe/build-e2e-uhxj/gh-test-custom-branch-jxrugn:gh-test-custom-branch-jxrugn-on-push-r2zmq-build-container [2025-12-19T14:13:10,918825075+00:00] Push image with git revision Pushing to quay.io/redhat-appstudio-qe/build-e2e-uhxj/gh-test-custom-branch-jxrugn:0317101db63362f55647b2881b58e9d536a72c8d Executing: buildah push --format=docker --retry 3 --tls-verify=true --digestfile /workspace/source/image-digest quay.io/redhat-appstudio-qe/build-e2e-uhxj/gh-test-custom-branch-jxrugn:0317101db63362f55647b2881b58e9d536a72c8d docker://quay.io/redhat-appstudio-qe/build-e2e-uhxj/gh-test-custom-branch-jxrugn:0317101db63362f55647b2881b58e9d536a72c8d pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-build-container-pod | container step-sbom-syft-generate: pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-build-container-pod | container step-prepare-sboms: pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-build-container-pod | container step-upload-sbom: [2025-12-19T14:13:22,074345782+00:00] Upload SBOM INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' Using token for quay.io/redhat-appstudio-qe/build-e2e-uhxj/gh-test-custom-branch-jxrugn Pushing sbom to registry Executing: cosign attach sbom --sbom sbom.json --type spdx quay.io/redhat-appstudio-qe/build-e2e-uhxj/gh-test-custom-branch-jxrugn:0317101db63362f55647b2881b58e9d536a72c8d@sha256:802c1009a743a602fcdbf0b4ee0e81f46054c21a43dcc1eda715bb3a121d6eb4 quay.io/redhat-appstudio-qe/build-e2e-uhxj/gh-test-custom-branch-jxrugn@sha256:d2084f6e981dd91355610c1ac9858be99ddbc8c8db5dba8034a99981c41da740 [2025-12-19T14:13:25,590616346+00:00] End upload-sbom pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-clone-repository-pod | init container: prepare 2025/12/19 14:12:32 Entrypoint initialization pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-clone-repository-pod | init container: place-scripts 2025/12/19 14:12:34 Decoded script /tekton/scripts/script-0-684f8 2025/12/19 14:12:34 Decoded script /tekton/scripts/script-1-lwskj pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-clone-repository-pod | container step-clone: INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt {"level":"info","ts":1766153557.287018,"caller":"git/git.go:384","msg":"Retrying operation (attempt 1)"} {"level":"info","ts":1766153558.5422792,"caller":"git/git.go:218","msg":"Successfully cloned https://github.com/redhat-appstudio-qe/devfile-sample-hello-world @ 0317101db63362f55647b2881b58e9d536a72c8d (grafted, HEAD) in path /workspace/output/source"} {"level":"info","ts":1766153558.542336,"caller":"git/git.go:384","msg":"Retrying operation (attempt 1)"} {"level":"info","ts":1766153558.5676625,"caller":"git/git.go:267","msg":"Successfully initialized and updated submodules in path /workspace/output/source"} Merge option disabled. Using checked-out revision 0317101db63362f55647b2881b58e9d536a72c8d directly. pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-clone-repository-pod | container step-symlink-check: Running symlink check pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-init-pod | init container: prepare 2025/12/19 14:12:23 Entrypoint initialization pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-init-pod | init container: place-scripts 2025/12/19 14:12:25 Decoded script /tekton/scripts/script-0-tr66d pod: gh-test-custom-branch-jxrugn-on-push-r2zmq-init-pod | container step-init: Build Initialize: quay.io/redhat-appstudio-qe/build-e2e-uhxj/gh-test-custom-branch-jxrugn:0317101db63362f55647b2881b58e9d536a72c8d Determine if Image Already Exists Fetching cluster-config from konflux-info namespace... Warning: Failed to fetch cluster-config ConfigMap. Proceeding with defaults. Cache proxy disabled (cluster-enabled: true, task-enable: false) Setting HTTP_PROXY to Setting NO_PROXY to